﻿.big {
    clear: both;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
            color: #666;
        }

    .big strong {
        font-weight: bold;
    }
/* 面包屑 */
.location p {
    width: 100%;
    line-height: 19px;
    margin: 11px auto;
    font-size: 14px;
}

.content {
    width: 100%;
    padding: 1% 2%;
}

    .content img, .content iframe {
        max-width: 100%;
    }

    .content a {
        text-decoration: underline;
        color: #0000EE;
    }

.headline .title {
    text-align: center;
    line-height: 36px;
    font-size: 25px;
    margin-top: 20px;
}

.opera {
    clear: both;
    width: 96%;
    margin: 0px auto;
}

    .opera span {
        line-height: 36px;
    }

        .opera span:first-child {
            float: left;
        }

        .opera span:last-child {
            float: right;
        }


.social-share .social-share-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 36px;
    margin: 4px;
}

.social-share .facebook {
    background: url(../imgs/icon/Facebook_hover.png) no-repeat;
}

.social-share .icon-google {
    background: url(../imgs/icon/Google_hover.png) no-repeat;
}

.social-share .icon-twitter {
    background: url(../imgs/icon/twitter.png) no-repeat;
}

.social-share .whatsapp {
    background: url(../imgs/icon/whatsapp.png) no-repeat;
}

.social-share .line {
    background: url(../imgs/icon/line.png) no-repeat;
}

.social-share .email {
    background: url(../imgs/icon/email.png) no-repeat;
}

.share a {
    vertical-align: middle;
    line-height: 36px;
}

    .share a.icon {
        width: 24px;
        height: 24px;
        border: none;
        color: none;
        margin: 4px;
        display: inline-block;
    }

.share .facebook {
    background: url(../imgs/icon/Facebook_hover.png) no-repeat;
}

.share .icon-twitter {
    background: url(../imgs/icon/twitter.png) no-repeat;
}

.appendcontent table {
    margin: auto !important;
}

.htitle {
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
}

    .htitle span {
        display: inline-block;
        position: relative;
    }

        .htitle span:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            content: "";
            /*border-bottom: 2px solid #e97a8f;*/
        }

.w .good .goodslist {
    width: 25%;
    padding: 1%;
}

.good {
    clear: both;
}

.tuijian {
    padding: 1% 2%;
    display: none;
    clear: both;
}

    .tuijian h3 {
        margin: 20px 0;
        font-size: 17px;
        padding-left: 10px;
    }

.page {
    border-top: 1px solid #e6e6e6;
}

#page {
    float: right;
}

@media only all and (max-width:1023px) {
    .w .good .goodslist {
        width: 50%;
        padding: 1%;
    }

    .comment_text .comment_list .left {
        width: 10%;
    }

    .comment_text .comment_list .right {
        width: 87%;
        padding-left: 3%;
    }
}

@media (min-width: 1200px) {
    /*.good .goodslist {
        width: 25%;
        padding: 1%;
        padding-bottom: 48px;
    }*/
    /*.goods .item {
        float: left;
        width: 25%;
        padding: 1%;
        padding-bottom: 48px;
    }

        .goods .item:nth-child(4n) {
            margin-right: 0;
        }

        .goods .item:hover .prod-name {
            text-decoration: underline;
        }

    .goods a {
        display: block;
        width: 100%;
    }

    .goods img {
        width: 100%;
        display: block;
    }

    .goods .prod-name {
        height: 37px;
        font-size: 13px;
        margin-top: 17px;
        word-wrap: break-word;
        word-break: normal;
    }

    .goods .prod-price {
        padding-top: 10px;
        font-size: 16px;
    }

        .goods .prod-price span:first-child {
            font-weight: bold;
            color: #000;
        }*/
}

@media screen and (min-width: 1023px) and (max-width: 1199px) {
    .location {
        padding-left: 12px;
    }

    .goods {
        padding: 0 12px;
    }

        .goods .item {
            float: left;
            width: 239px;
            margin-right: 14px;
            padding-bottom: 20px;
        }

            .goods .item:hover .prod-name {
                text-decoration: underline;
            }

            .goods .item:nth-child(4n) {
                margin-right: 0;
            }

        .goods a {
            display: block;
            width: 100%;
        }

        .goods img {
            width: 100%;
            display: block;
            width: 100%;
        }

        .goods .prod-name {
            font-size: 12px;
            margin-top: 12px;
            line-height: 14px;
            height: 28px;
            padding: 0 5px;
        }

        .goods .prod-price {
            padding: 3px 5px 0;
            font-size: 12px;
        }

            .goods .prod-price span:first-child {
                font-weight: bold;
            }
}

@media (max-width: 1022px) {
    .location {
        padding-left: 8px;
    }

    .goods {
        padding: 0 8px;
    }

        .goods .item {
            float: left;
            width: 49%;
            margin-right: 6px;
            padding-bottom: 18px;
        }

            .goods .item:nth-child(2n) {
                margin-right: 0;
            }

        .goods a {
            display: block;
            width: 100%;
        }

        .goods img {
            width: 100%;
            display: block;
        }

        .goods .prod-name {
            height: 26px;
            font-size: 12px;
            margin-top: 6px;
            line-height: 13px;
        }

        .goods .prod-price {
            padding-top: 2px;
            font-size: 2px;
        }

            .goods .prod-price span:first-child {
                font-weight: bold;
            }
}
